feat(e2e): introduce e2e tests for bulk-import plugin#1972
feat(e2e): introduce e2e tests for bulk-import plugin#1972AndrienkoAleksandr wants to merge 26 commits intoredhat-developer:mainfrom
Conversation
430da43 to
3e959fc
Compare
3e959fc to
1fb6fa4
Compare
|
New changes are detected. LGTM label has been removed. |
|
/test e2e-ocp-helm |
❌ Failed E2E Tests -
|
|
/hold |
|
/test e2e-ocp-helm |
❌ Failed E2E Tests -
|
|
/test e2e-ocp-helm |
❌ Failed E2E Tests -
|
|
/publish |
|
Publish workflow has completed with failure. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation❌ Found 2 validation error(s):
|
|
/publish |
|
Publish workflow has completed with success. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation✅ All metadata files validated successfully. Running e2e tests |
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
|
The file You should update the |
3373161 to
7351c9b
Compare
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
7351c9b to
b090485
Compare
|
/test e2e-ocp-helm |
❌ Failed E2E Tests -
|
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
abfceed to
b88389b
Compare
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
|
/test e2e-ocp-helm |
❌ Failed E2E Tests -
|
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
|
/test e2e-ocp-helm |
❌ Failed E2E Tests -
|
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
|
/test e2e-ocp-helm |
✅ Passed E2E Tests -
|
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
|
|
/test e2e-ocp-helm |
✅ Passed E2E Tests -
|
|
This pr is depends on: redhat-developer/rhdh-e2e-test-utils#87. @subhashkhileri, take a look, please upstream contribution. |
| test.skip( | ||
| () => !!process.env.JOB_NAME?.includes("osd-gcp"), | ||
| "skipping due to RHDHBUGS-555 on OSD Env", | ||
| ); | ||
| test.describe.configure({ retries: process.env.CI ? 5 : 0 }); |
There was a problem hiding this comment.
| test.skip( | |
| () => !!process.env.JOB_NAME?.includes("osd-gcp"), | |
| "skipping due to RHDHBUGS-555 on OSD Env", | |
| ); | |
| test.describe.configure({ retries: process.env.CI ? 5 : 0 }); |
@AndrienkoAleksandr these were specific to rhdh-core its not required on the overlay.
| "devDependencies": { | ||
| "@eslint/js": "^9.39.2", | ||
| "@playwright/test": "^1.56.1", | ||
| "@red-hat-developer-hub/e2e-test-utils": "AndrienkoAleksandr/rhdh-e2e-test-utils#force-deploy", |
There was a problem hiding this comment.
@AndrienkoAleksandr please remember to use the recent npm version of the utils before it gets merged.



What does this pull request do
Fixes: https://issues.redhat.com/browse/RHIDP-9350 and https://redhat.atlassian.net/browse/RHIDP-11360